gdbstub: Remove noisy message on every gdbstub entry.
authorKeir Fraser <keir.fraser@citrix.com>
Sun, 16 Aug 2009 07:46:08 +0000 (08:46 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Sun, 16 Aug 2009 07:46:08 +0000 (08:46 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/gdbstub.c

index a345fa797cbf21c2b30714af85f4b16ff2347644..bbffc7c30e09ae16042133902917c9194bf5bab6 100644 (file)
@@ -608,10 +608,6 @@ __trap_to_gdb(struct cpu_user_regs *regs, unsigned long cookie)
     watchdog_disable();
     console_start_sync();
 
-    /* Shouldn't really do this, but otherwise we stop for no
-       obvious reason, which is Bad */
-    printk("Waiting for GDB to attach...\n");
-
     gdb_arch_enter(regs);
     gdb_ctx->signum = gdb_arch_signal_num(regs, cookie);